inherited TextFormatConversionFrame: TTextFormatConversionFrame HelpType = htKeyword HelpKeyword = 'Text_Format_Conversion_Settings' Caption = 'Conversion' object ConvertGroupBox: TUiGroupBox Left = 8 Top = 8 Width = 401 Height = 153 Caption = 'Conversion' TabOrder = 0 object ConvertLoadAppLbl: TUiLabel Left = 24 Top = 40 Height = 13 Caption = 'Loading:' FocusControl = ConvertLoadAppEdit end object ConvertLoadAppBrowseBtn: TUiBrowseSpeedButton Left = 336 Top = 56 Hint = 'Browse for external application' BrowseEdit = ConvertLoadAppEdit end object ConvertLoadArgBtn: TUiSpeedButton Left = 368 Top = 56 Hint = 'Insert Parameter' Flat = False ImageIndex = imgDropDown Images = BcImages.MainImages OnClick = ConvertArgClick end object ConvertSaveAppLbl: TUiLabel Left = 24 Top = 104 Height = 13 Caption = 'Saving:' FocusControl = ConvertSaveAppEdit end object ConvertSaveAppBrowseBtn: TUiBrowseSpeedButton Left = 336 Top = 120 Hint = 'Browse for external application' BrowseEdit = ConvertSaveAppEdit end object ConvertSaveArgBtn: TUiSpeedButton Left = 368 Top = 120 Hint = 'Insert Parameter' Flat = False ImageIndex = imgDropDown Images = BcImages.MainImages OnClick = ConvertArgClick end object ConvertKindEdit: TUiComboBox Left = 8 Top = 16 Width = 385 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 OnChange = ConvertKindEditChange end object ConvertLoadAppEdit: TUiBrowseEdit Left = 24 Top = 56 Width = 305 Height = 21 TabOrder = 1 OnChange = SomethingChangedClick OnBrowse = ConvertAppBrowse end object ConvertNoEditEdit: TUiCheckBox Left = 24 Top = 84 Height = 17 Caption = 'Disable editing' TabOrder = 2 OnClick = SomethingChangedClick end object ConvertSaveAppEdit: TUiBrowseEdit Left = 24 Top = 120 Width = 305 Height = 21 TabOrder = 3 OnChange = SomethingChangedClick OnBrowse = ConvertAppBrowse end end object ConvertOnSaveGroupBox: TUiGroupBox Left = 8 Top = 168 Width = 401 Height = 65 Caption = 'When saving' TabOrder = 1 object TrimTrailingWSEdit: TUiCheckBox Left = 8 Top = 20 Height = 17 Caption = 'Trim trailing whitespace' TabOrder = 0 OnClick = SomethingChangedClick end object TidyLeadingWSEdit: TUiCheckBox Left = 8 Top = 40 Height = 17 Caption = 'Convert leading spaces to tabs' TabOrder = 1 OnClick = SomethingChangedClick end end object MiscGroupBox: TUiGroupBox Left = 8 Top = 240 Width = 401 Height = 113 Caption = 'Miscellaneous' TabOrder = 2 object CodePageLbl: TUiLabel Left = 8 Top = 16 Height = 13 Caption = 'Encoding:' FocusControl = CodePageEdit end object CharPerLineLbl: TUiLabel Left = 104 Top = 64 Height = 13 Caption = 'characters per line limit' FocusControl = CharPerLineEdit end object CodePageEdit: TUiComboBox Left = 8 Top = 32 Width = 385 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 OnChange = SomethingChangedClick end object CharPerLineEdit: TUiSpinEdit Left = 8 Top = 60 Width = 89 Height = 21 Min = 1 Position = 1 TabOrder = 1 OnChange = SomethingChangedClick end object CtrlZIsEOFEdit: TUiCheckBox Left = 8 Top = 88 Height = 17 Caption = 'Ctrl+Z indicates end of file' TabOrder = 2 OnClick = SomethingChangedClick end end object ConvertArgPopup: TUiPopupMenu Left = 8 Top = 8 object SrcItem: TUiMenuItem Tag = 115 Caption = 'Source File (%s)' OnClick = ConvertArgItemClick end object TgtItem: TUiMenuItem Tag = 116 Caption = 'Target File (%t)' OnClick = ConvertArgItemClick end object OrigItem: TUiMenuItem Tag = 110 Caption = 'Original File (%n)' OnClick = ConvertArgItemClick end object OrigExtItem: TUiMenuItem Tag = 120 Caption = 'Original Extension, Including '#39'.'#39' (%x)' OnClick = ConvertArgItemClick end end end